home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RenderWare 2003 Press Disc
/
RenderWare.bin
/
presentation.swf
/
scripts
/
frame_533
/
PlaceObject2_486_61
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-02-25
|
401 b
|
16 lines
onClipEvent(enterFrame){
if(frameCounter % speedFactor == 0)
{
if(scrolling == "up" && 1 < kynogontext.scroll)
{
ubisoftTextBox.scroll--;
}
else if(scrolling == "down" && ubisoftTextBox.scroll < ubisoftTextBox.maxscroll)
{
ubisoftTextBox.scroll = ubisoftTextBox.scroll + 1;
}
frameCounter = 0;
}
frameCounter++;
}